home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-13 | 1.0 KB | 18 lines | [TEXT/MPCC] |
- If you are using the library version for the first time, you will need to build
- it first. You will find projects to build it within folders inside of CW Support ƒ.
- Be sure you match the debug/nodebug characteristics of the library with the
- characteristics of the project.
-
- For PPC builds, the project windows all share the same grouping scheme. The 68K
- builds have a similar scheme because of MacApp's segment unloading. For 68K, be sure that
- you put all of your code, the MacApp code (or library), and all of the non debug
- libraries but including the Perform.o.lib library in the first segment. Be sure to
- add the CW_res!.rsrc resource.
-
- For PPC debug builds, the fourth group uses ObjectSupportLib and TrapAvailablePPC.Lib.
- (The project for building TrapAvailablePPC.Lib is within a folder inside of CW Support ƒ.)
-
- For 68K debug builds, be sure to put the debugging code and libraries in a segment
- called CWDebug and include CW_res!_debug.rsrc. The debugging segment also uses
- Unmangle.o.lib, NubDispatchGlue.o.lib, and AEObjectSupportLib.o.lib.
-